object SaveOptionForm: TSaveOptionForm Left = 634 Top = 529 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Options' ClientHeight = 176 ClientWidth = 305 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 64 Top = 144 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object Button2: TButton Left = 144 Top = 144 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object BtnHelp: TButton Left = 224 Top = 144 Width = 75 Height = 25 Caption = '&Help' TabOrder = 2 OnClick = BtnHelpClick end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 289 Height = 65 Caption = 'Save for use with' TabOrder = 3 object Rad16and32: TRadioButton Left = 8 Top = 16 Width = 217 Height = 17 Caption = 'Windows &3.1 and Windows 95/NT' TabOrder = 0 end object Rad32only: TRadioButton Left = 8 Top = 40 Width = 193 Height = 17 Caption = 'Windows &95/NT only' TabOrder = 1 end end object GroupBox2: TGroupBox Left = 8 Top = 80 Width = 289 Height = 57 Caption = 'Select configuration modes to view' TabOrder = 4 object ChkSession: TCheckBox Left = 8 Top = 24 Width = 65 Height = 17 Caption = '&Session' TabOrder = 0 end object ChkPersistent: TCheckBox Left = 80 Top = 24 Width = 73 Height = 17 Caption = '&Persistent' TabOrder = 1 end object ChkVirtual: TCheckBox Left = 160 Top = 24 Width = 65 Height = 17 Caption = '&Virtual' TabOrder = 2 end end end